New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tma-code-audit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tma-code-audit

## Introduction

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

使用文档

Introduction

针对字节系 APP, 输出各宿主不支持的的组件与 API

官方源NPM包

https://www.npmjs.com/package/tma-code-audit

Usage

命令行调用

全局安装或局部

npm i tma-code-audit -g
tmaaudit ./path/to/src

函数调用

const audit = require('tma-code-audit');
const result = audit('/path/to/code'); // return a promise

result.then(console.log);
/*
{
  requestPayment: [ 1128, 35 ], // 1128是抖音,35是lite
  '$ad': [ 1128, 35 ]
}
*/

Notes:

  • 13是今日头条

  • 1128是抖音

  • 35是lite

FAQs

Package last updated on 17 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc